BottomBar

UX 에 꽤나 큰 논쟁이었던 걸로 기억합니다. 개발자에겐 Drawer로 알려져 있는 메뉴 — UX 인력들은 햄버거 메뉴라고고 부르는 — 에 대한 효용성에 대해서였는데요. 며칠전 Pi Day(화이트데이?) 때 구글이 Material Design Spec에 Bottom Bar와 몇가지를 추가했습니다. 그러고 나서 며칠만에 깃헙 안드로이드 프로젝트가 만들어 졌습니다.

2016/03/19 (Editor’s choice)

roughike/BottomBar
_BottomBar - A custom view component that mimics the new Material Design Bottom Navigation pattern._github.com

햄버거 메뉴에 대해선 다음 글을 읽어보면 도움이 될 거 같습니다.

Why and How to Avoid Hamburger Menus - Louie A. - Mobile UX Design
_We now have data that suggests Sidebar menus-sometimes called Hamburger Menus/Basements-might be causing more harm than…_lmjabreu.com

추가가 된 것은 Bottom Bar만이 아니고 Split Screen도 추가가 되었습니다.

관련된 업데이트에 대해서는

What’s new - What’s new - Google design guidelines
_Edit description_www.google.com

를 참조하면 될 거 같습니다.

설치

Gradle

compile 'com.roughike:bottom-bar:1.0.8'

Maven

<dependency\>  
<groupId\>com.roughike</groupId\>  
<artifactId\>bottom-bar</artifactId\>  
<version\>1.0.8</version\>  
<type\>pom</type\>  
</dependency\>

Apache 라이센스 2.0을 따르고 있네요

By Keen Dev on March 19, 2016.

Exported from Medium on May 31, 2017.